home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / misc / drivel11.lzh / DriveLight.DOC < prev   
Text File  |  1993-04-28  |  2KB  |  44 lines

  1.         ======================================================
  2.            DriveLight version 1.1 - the disk-LED simulator.
  3.         ======================================================
  4.         Copyright (C) 1993 Arthur Hagen - All rights reserved.
  5.           This program is FreeWare - it is NOT in the public
  6.             domain, and can NOT be distributed for a fee.
  7.         ======================================================
  8.  
  9. This program will happily simulate the drive light for any device you
  10. might think of.  To use, start it from CLI (or user-startup):
  11.  
  12. DriveLight nnn.device ...
  13.  
  14. Where "nnn.device" is the name of the device you want to monitor, and
  15. "..." is the name of any additional devices - upto four different
  16. devices might be specified.  If a device isn't loaded into memory
  17. (yet) or cannot be found, a requester will pop up telling you so.
  18.  
  19. Example usage:
  20.  
  21. DriveLight trackdisk.device scsi.device artser.device audio.device
  22.  
  23. This will make a window border with four boxes, one for each device,
  24. and they will blink every time the device is accessed.
  25.  
  26. Caveats:
  27. The program cannot differenciate between different unit numbers, so
  28. there is no way (yet) to have one drivelight for each floppy station
  29. or similar.
  30. The access to the devices will take slightly longer, so if you want
  31. maximum speed, don't run this utility - run ExecPatch/IPatch instead!
  32. The border might look weird if you use a custom system-font under
  33. 2.0 or higher versions.
  34. The devices will not have their checksums recalculated, as this could
  35. be dangerous if the device should survive while this program didn't.
  36. No WorkBench-support (yet).  The amiga.lib-functions for CX-stuff was
  37. too bugged to use in this program, so it is not a commodity either...
  38.  
  39. Changes since last version (1.0):
  40. Code optimised - should steal less time, and update faster.
  41.  
  42. Enjoy,
  43. *Art
  44.